home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / pine / osdep / ReadMe < prev    next >
Text File  |  1993-07-15  |  656b  |  15 lines

  1. The os-xxx.h files are created totally by hand.  Start with os-gen.h,
  2. the generic version of the os.h file.
  3.  
  4. The os-xxx.c files may be created by hand or you may use the simple include
  5. method that is used here.  The os.c files are made by creating an
  6. os-xxx.ic file which lists all of the files it includes, and then
  7. running make os-xxx.c.  There is an os-gen.ic generic version of the
  8. .ic file.
  9.  
  10. You will also need to create a makefile.xxx in the parent directory.  There
  11. are other makefiles to inspect there, including a generic makefile.gen.
  12.  
  13. The names of all the included files here have to be eight characters or less
  14. for DOS, hence the stupid names.
  15.